Skip to content

Commit f2a7b70

Browse files
committed
Fixup
1 parent 0997b69 commit f2a7b70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/flamegpu/io/JSONStateWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ namespace io {
2828
*/
2929
class JSONStateWriter::JSONWrapper {
3030
public:
31-
JSONWrapper();
3231
nlohmann::ordered_json& get() { return json; }
3332
private:
3433
nlohmann::ordered_json json;

0 commit comments

Comments
 (0)