]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/layout.h
Display the current time in the main window
[r2c2.git] / source / libr2c2 / layout.h
index 498a45a94f7552ba4c36ddf222e938765d919494..af06d4ba7eb017b81aaccd6343a8fd8206e01462 100644 (file)
@@ -98,7 +98,7 @@ public:
        Catalogue &get_catalogue() const { return catalogue; }
        bool has_driver() const { return driver; }
        Driver &get_driver() const;
-       const Clock &get_clock() const { return clock; }
+       Clock &get_clock() { return clock; }
        const std::string &get_base() const { return base; }
 
        void add(Object &);