solved the block end problem, commiting mostly to save all those neat debug statement...
[clinton/Smoothieware.git] / src / libs / ConfigSources / FileConfigSource.h
index b8c109c..7e77f17 100644 (file)
@@ -23,7 +23,7 @@ class FileConfigSource : public ConfigSource {
         void transfer_values_to_cache( ConfigCache* cache );
         bool is_named( uint16_t check_sum );
         void write( string setting, string value );
-        string read( vector<uint16_t> check_sums );
+        string read( uint16_t check_sums[3] );
         bool has_config_file();
         void try_config_file(string candidate);
         string get_config_file();