|
Chooser error in C++ Eclipse
Eclipse is presenting an error with chooser(). This is the error:
invalid conversion from 'Victor*' to 'uint32_t {aka unsigned int}' [-fpermissive]
I tried several things, and none of them seem to be working. Any help is appreciated. Thanks.
|