summaryrefslogtreecommitdiff
path: root/src/dialogues/TextPrompt.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-14 18:00:24 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-14 18:00:24 (GMT)
commit4c6be4ff2cc822d9c1ed36c9c88261771775dc02 (patch)
tree9e07f4871b68ea5e0edc7fdfc56894c26bfba9bf /src/dialogues/TextPrompt.h
parent64063fbc0f070a0731c896394e30abebd848f358 (diff)
downloadpowder-4c6be4ff2cc822d9c1ed36c9c88261771775dc02.zip
powder-4c6be4ff2cc822d9c1ed36c9c88261771775dc02.tar.gz
Graphics:: Extra icons for Report and Favourite. Client:: Get favourite status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save
Diffstat (limited to 'src/dialogues/TextPrompt.h')
-rw-r--r--src/dialogues/TextPrompt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dialogues/TextPrompt.h b/src/dialogues/TextPrompt.h
index efca128..8016d56 100644
--- a/src/dialogues/TextPrompt.h
+++ b/src/dialogues/TextPrompt.h
@@ -16,7 +16,6 @@ class TextPrompt: public ui::Window {
protected:
ui::Textbox * textField;
public:
- //class CloseAction;
friend class CloseAction;
enum DialogueResult { ResultCancel, ResultOkay };
TextPrompt(std::string title, std::string message, bool multiline, TextDialogueCallback * callback_);