We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d79c21 commit d012b55Copy full SHA for d012b55
strobe/strobe-api.h
@@ -186,7 +186,7 @@ class StrobeAPI
186
187
int frameCount(CounterType type);
188
189
- const char * const getDebugInformation(void);
+ const char * getDebugInformation(void);
190
191
virtual int getStrobeMode(void);
192
virtual int getPhaseSwitchInterval(void);
strobe/strobe-api_cpp_.h
@@ -67,7 +67,7 @@ inline void StrobeAPI::setPhaseSwitchInterval(int phaseSwitchInterval)
67
switchInterval = phaseSwitchInterval;
68
}
69
70
-inline const char * const StrobeAPI::getDebugInformation(void)
+inline const char * StrobeAPI::getDebugInformation(void)
71
{
72
generateDebugInformation();
73
return debugInformation;
0 commit comments