diff options
Diffstat (limited to 'src/dialogues/InformationMessage.h')
| -rw-r--r-- | src/dialogues/InformationMessage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogues/InformationMessage.h b/src/dialogues/InformationMessage.h index 8032311..1df4794 100644 --- a/src/dialogues/InformationMessage.h +++ b/src/dialogues/InformationMessage.h @@ -5,7 +5,7 @@ class InformationMessage: public ui::Window { public: - InformationMessage(std::string title, std::string message); + InformationMessage(std::string title, std::string message, bool large); virtual void OnDraw(); virtual ~InformationMessage(); }; |
