diff options
Diffstat (limited to 'tests/testparse.h')
-rw-r--r-- | tests/testparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testparse.h b/tests/testparse.h index a79ce5a38..ae76c0337 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -11,7 +11,7 @@ private slots: void init(); void cleanup(); - int parseCSV(); + int parseCSV(int, std::string); int parseDivingLog(); int parseV2NoQuestion(); int parseV3(); |