diff -r c5cdf6690cdf -r 7e6ad28aeb9e nbtab.h --- a/nbtab.h Thu Sep 28 14:32:40 2006 +0000 +++ b/nbtab.h Mon Oct 02 18:52:00 2006 +0000 @@ -158,10 +158,10 @@ void closeMapWin(); ///Sets node representation settings - void setNodeView(bool, bool, double, double, double); + void setView(bool, bool, double, double); ///Gets node representation settings - void getNodeView(bool &, bool &, double&, double&, double&); + void getView(bool &, bool &, double&, double&); }; #endif //NBTAB_H