X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Futil.cpp;h=13443af321f7f183cb5c907e744e98740c775bfc;hb=e0272f77eded433ba3593621d84dc0b3e47f4098;hp=b174bb02d3fe30a7b67bd3dc65483d668ab6bc1e;hpb=fca2260d735fe65cf5376449ba93b6a9148a97b9;p=cassiopeia.git diff --git a/src/util.cpp b/src/util.cpp index b174bb0..13443af 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -2,7 +2,7 @@ #include -void writeFile( const std::string& content, const std::string& name ) { +void writeFile( const std::string& name, const std::string& content ) { std::ofstream file; file.open( name );