]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/block.h
Style fixes, including:
[r2c2.git] / source / libmarklin / block.h
index 186f0f13d85b6103e59e546f376193678c2adc18..076637240a21835c2579a269ef1fa05aba0503ab 100644 (file)
@@ -33,6 +33,7 @@ private:
 
 public:
        Block(TrafficManager &, Track &);
+
        unsigned get_sensor_id() const { return sensor_id; }
        const std::set<Track *> &get_tracks() const { return tracks; }
        const std::vector<Endpoint> &get_endpoints() const { return endpoints; }
@@ -48,7 +49,6 @@ private:
 
        static unsigned next_id;
 };
-typedef std::list<Block *> BlockSeq;
 
 } // namespace Marklin