diff options
Diffstat (limited to 'src/dialogs/tiledialog.h')
| -rw-r--r-- | src/dialogs/tiledialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dialogs/tiledialog.h b/src/dialogs/tiledialog.h index 69a5ea3e2..5fe114d83 100644 --- a/src/dialogs/tiledialog.h +++ b/src/dialogs/tiledialog.h @@ -40,13 +40,13 @@ public: /** * Constructor */ - TileDialog() ; - + TileDialog(Behavior::BehaviorFactory behavior_factory) ; /** * Factory method */ - static TileDialog *create() { return new TileDialog(); } + static TileDialog *create(Behavior::BehaviorFactory behavior_factory) + { return new TileDialog(behavior_factory); } /** * Destructor |
