]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/benchmarks/bench.h
add unit test for wxTextEntry methods of wxComboBox
[wxWidgets.git] / tests / benchmarks / bench.h
index 96a9a1fc8c7ff4239d1691a5cccedc180a0174cf..eae52886f4ce7fbeae91c61d5fb5ddb4cb024353 100644 (file)
@@ -63,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
 
 /**