]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/dialog.hxx
Autopilot: clean up the helpers code (which drives the various /internal/) properties...
[flightgear.git] / src / GUI / dialog.hxx
index 9981006cae70e50e103d07609de00806600f882e..63aef704b1d2ec3354c7b4261749a2054db43515 100644 (file)
@@ -258,6 +258,8 @@ class fgComboBox : public fgValueList, public puaComboBox {
 public:
     fgComboBox(int x1, int y1, int x2, int y2, SGPropertyNode *p, bool editable) :
         fgValueList(p), puaComboBox(x1, y1, x2, y2, _list, editable) {}
+        
+    void update();
 };
 
 class fgSelectBox : public fgValueList, public puaSelectBox {