]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/track.h
Move double-address logic to drivers
[r2c2.git] / source / libr2c2 / track.h
index 95f902303a58f8a08d1118f0afd9c95782516702..6747ed7f082281865a2ac31551c3978b86d9b416 100644 (file)
@@ -90,7 +90,7 @@ public:
 
        void save(std::list<Msp::DataFile::Statement> &) const;
 private:
-       void turnout_event(unsigned, bool);
+       void turnout_event(unsigned, unsigned);
 };
 
 } // namespace R2C2