Overrided the base methods ToolBar::show() and ToolBar::hide() in ViewerToolBar class.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@416 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/ViewerToolBar.h b/vncviewer/ViewerToolBar.h
index 3f5ccdf..8e829e7 100644
--- a/vncviewer/ViewerToolBar.h
+++ b/vncviewer/ViewerToolBar.h
@@ -30,4 +30,7 @@
   ~ViewerToolBar() {}
 
   void create(HWND parentHwnd);
+
+  void show();
+  void hide();
 };