1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-03 06:24:32 +00:00

work around dev warning message; fix compiler warning

This commit is contained in:
fgenesis 2018-01-02 15:31:47 +01:00
parent 1acad1069e
commit 3a96c775db
5 changed files with 7 additions and 7 deletions

View file

@ -529,7 +529,7 @@ protected:
void setupFileAccess();
std::string _extraDataDir;
std::vector<ActionButtonStatus*> actionStatus;
std::vector<ActionButtonStatus*> actionStatus; // contains at least 1 element (the sentinel)
virtual void updateActionButtons();
void clearActionButtons();