X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevices%2Ffile.hpp;h=23234caa38244134a8f522e594560a2a69344f3a;hp=d8e9ae9a01eb2b6879ddae931a9da2c04d39d788;hb=1325ce422f1b49ab1f693125105b8c373c2965e5;hpb=6f925ba9d6faf1077b73c5a5808259576081716a diff --git a/pv/devices/file.hpp b/pv/devices/file.hpp index d8e9ae9a..23234caa 100644 --- a/pv/devices/file.hpp +++ b/pv/devices/file.hpp @@ -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