Board index » cppbuilder » typequalifier?
roN
![]() CBuilder Developer |
typequalifier?2005-07-20 02:14:01 PM cppbuilder30 Hi, I get an Error "InitHw mustn't own a typequalifier" [declaration in header] class TProfiSofting { public: __fastcall TProfiSofting(void); __fastcall ~TProfiSofting(void); void __fastcall GetLiveList(TStringGrid* Grid); int __fastcall InitHw(void); int __fastcall InitSlv(void); ....... ........ [/declaration in header] in below line the error occurs, why the hell...? [implementation in *.cpp] int __fastcall TProfiSofting::InitHw(void) { [/implementation in *.cpp] Thank you! |