- Remove _t postfix from struct defns
- Remove inline header function definitions - Change assorted functions to return structs rather than modifying an argument
This commit is contained in:
@@ -27,7 +27,7 @@ class Overlay
|
||||
int getMarginBottomRight();
|
||||
int getFontsizeBottomRight();
|
||||
|
||||
void setDebugMode(const bool debugModeIn) { debugMode = debugModeIn; }
|
||||
void setDebugMode(const bool debugModeIn);
|
||||
|
||||
private:
|
||||
const std::string overlayInput;
|
||||
|
||||
Reference in New Issue
Block a user