]> sigrok.org Git - pulseview.git/blobdiff - pv/devices/file.hpp
Add imported files to the session save/restore mechanism
[pulseview.git] / pv / devices / file.hpp
index d8e9ae9a01eb2b6879ddae931a9da2c04d39d788..23234caa38244134a8f522e594560a2a69344f3a 100644 (file)
@@ -36,7 +36,7 @@ protected:
 
 public:
        /**
-        * Builds the full name. It only contains all the fields.
+        * Builds the full name. It contains all the fields.
         */
        string full_name() const;
 
@@ -46,7 +46,7 @@ public:
        string display_name(const DeviceManager&) const;
 
 protected:
-       const string file_name_;
+       string file_name_;
 };
 
 } // namespace devices