aboutsummaryrefslogtreecommitdiff
path: root/src/LayerMenu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/LayerMenu.hh')
-rw-r--r--src/LayerMenu.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LayerMenu.hh b/src/LayerMenu.hh
index 6b13179..8fd564c 100644
--- a/src/LayerMenu.hh
+++ b/src/LayerMenu.hh
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: LayerMenu.hh,v 1.4 2003/05/15 11:17:27 fluxgen Exp $ 23// $Id: LayerMenu.hh,v 1.5 2003/07/10 11:51:59 fluxgen Exp $
24 24
25#ifndef LAYERMENU_HH 25#ifndef LAYERMENU_HH
26#define LAYERMENU_HH 26#define LAYERMENU_HH
@@ -61,7 +61,7 @@ private:
61template <typename ItemType> 61template <typename ItemType>
62class LayerMenu : public FbMenu { 62class LayerMenu : public FbMenu {
63public: 63public:
64 LayerMenu(FbTk::MenuTheme &tm, int screen_num, FbTk::ImageControl &imgctrl, 64 LayerMenu(MenuTheme &tm, int screen_num, FbTk::ImageControl &imgctrl,
65 FbTk::XLayer &layer, ItemType *item, bool save_rc); 65 FbTk::XLayer &layer, ItemType *item, bool save_rc);
66 66
67private: 67private:
@@ -70,7 +70,7 @@ private:
70 70
71 71
72template <typename ItemType> 72template <typename ItemType>
73LayerMenu<ItemType>::LayerMenu(FbTk::MenuTheme &tm, int screen_num, FbTk::ImageControl &imgctrl, 73LayerMenu<ItemType>::LayerMenu(MenuTheme &tm, int screen_num, FbTk::ImageControl &imgctrl,
74 FbTk::XLayer &layer, ItemType *item, bool save_rc): 74 FbTk::XLayer &layer, ItemType *item, bool save_rc):
75 FbMenu(tm, screen_num, imgctrl, layer), 75 FbMenu(tm, screen_num, imgctrl, layer),
76 m_object(item) 76 m_object(item)