src/Configuration.h
branchv_0
changeset 14 eacacf060755
parent 12 0b38339b871b
child 15 0ecde5272f8e
equal deleted inserted replaced
13:19580b27ade2 14:eacacf060755
    73 	 * see KeepFile documentation
    73 	 * see KeepFile documentation
    74 	 */
    74 	 */
    75 	KeepFile keepFile = KeepFile::Automatic;
    75 	KeepFile keepFile = KeepFile::Automatic;
    76 
    76 
    77 	std::vector<Statement> statements;
    77 	std::vector<Statement> statements;
       
    78 	
       
    79 	std::wstring dumpRelations;
    78 
    80 
    79 	virtual ~Configuration() {
    81 	virtual ~Configuration() {
    80 	}
    82 	}
    81 };
    83 };
    82 
    84