Last change
on this file since 2:fdb8a163000f was
1:67188bd752db,
checked in by Peter Hegyi <hegyi@…>, 16 years ago
|
SVN revision 3500 made compilable with Lemon 1.0.
|
File size:
267 bytes
|
Rev | Line | |
---|
[1] | 1 | #ifndef SAVE_DETAILS_DIALOG |
---|
| 2 | #define SAVE_DETAILS_DIALOG |
---|
| 3 | |
---|
| 4 | #include <gtkmm/dialog.h> |
---|
| 5 | #include "save_details_widget.h" |
---|
| 6 | |
---|
| 7 | class SaveDetailsDialog : public Gtk::Dialog |
---|
| 8 | { |
---|
| 9 | private: |
---|
| 10 | SaveDetailsWidget SaveDetails; |
---|
| 11 | public: |
---|
| 12 | SaveDetailsDialog(MapStorage*); |
---|
| 13 | }; |
---|
| 14 | |
---|
| 15 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.