Skip to content
Snippets Groups Projects
Commit dd231541 authored by ELATTAOUI's avatar ELATTAOUI
Browse files

compile error fixed

parent 0c396dc7
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,9 @@ public: ...@@ -86,7 +86,9 @@ public:
*/ */
std::string electrometer_status (void); std::string electrometer_status (void);
virtual std::vector<std::string> ranges_list(void) {}; virtual std::vector<std::string> ranges_list(void) {
return std::vector<std::string>() ;
};
protected : protected :
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>Electrometers-${aol}-${library}-${mode}</artifactId> <artifactId>Electrometers-${aol}-${library}-${mode}</artifactId>
<version>2.7.0</version> <version>2.7.1</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>Electrometers library</name> <name>Electrometers library</name>
<description>Electrometers library</description> <description>Electrometers library</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment