summaryrefslogtreecommitdiffstats
path: root/src/gui/connectionFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/connectionFrame.h')
-rw-r--r--src/gui/connectionFrame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/connectionFrame.h b/src/gui/connectionFrame.h
index fe6dc95..3b6d49a 100644
--- a/src/gui/connectionFrame.h
+++ b/src/gui/connectionFrame.h
@@ -49,6 +49,7 @@ public:
void setInitSize(int w, int h);
void Resize(int w, int h);
void initFrame();
+ bool isDozent();
int getPrevWidth(){return prev_width;};
void setPrevWidth(int w){prev_width = w;}