]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/benchmarks/bench.h
compilation fix in wxUSE_STL case after r54761
[wxWidgets.git] / tests / benchmarks / bench.h
index af7fba2723cba19b151128feeeb39a9ee546fba4..eae52886f4ce7fbeae91c61d5fb5ddb4cb024353 100644 (file)
@@ -12,6 +12,7 @@
 #define _WX_TESTS_BENCHMARKS_BENCH_H_
 
 #include "wx/cpp.h"
+#include "wx/defs.h"
 
 namespace Bench
 {
@@ -62,6 +63,14 @@ private:
     DECLARE_NO_COPY_CLASS(Function)
 };
 
+/**
+    Get the numeric parameter.
+
+    Tests may use this parameter in whatever way they see fit, by default it is
+    1 but can be set to a different value by user from the command line.
+ */
+long GetNumericParameter();
+
 } // namespace Bench
 
 /**