]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/mainpanel.h
Style fixes, including:
[r2c2.git] / source / engineer / mainpanel.h
index 091d9707d31b240317524d3be8b0b1352c13e4ee..3e58d12bdca29ba17c14986672fabafff0376d31 100644 (file)
@@ -9,15 +9,17 @@ class Engineer;
 
 class MainPanel: public Msp::GLtk::Panel
 {
-public:
-       MainPanel(Engineer &, Msp::GLtk::Resources &);
-       void set_status_text(const std::string &);
 private:
        Engineer &engineer;
        Msp::GLtk::Indicator *ind_on;
        Msp::GLtk::Indicator *ind_off;
        Msp::GLtk::Label *lbl_status;
 
+public:
+       MainPanel(Engineer &, Msp::GLtk::Resources &);
+
+       void set_status_text(const std::string &);
+private:
        void power_on();
        void power_off();
        void new_loc();