|
저도 정확히 어떤건지 모르겠습니다.
하지만 에러설명을 보면서 소스를 확인하면 해결될 것으로 생각합니다.
[도움말 원본]
E2089 Identifier 'identifier' cannot have a type qualifier [Compiler error]
-------------------------------------------------------------------------
A C++ qualifier class::identifier can't be applied here.
A qualifier is not allowed on the following:
* typedef names
* function declarations (except definitions at the file level)
* on local variables or parameters of functions
* on a class member--except to use its own class as a qualifier (redundant but legal).
천서아빠 님이 쓰신 글 :
: 다음과 같은 에러는 어떨때 나는 것인가요?
:
: [C++ Error] U_Case1.cpp(758): E2089 Identifier 'SpeedButton13Click' cannot have a type qualifier
|