projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
No changes, just remove an unused variable.
[wxWidgets.git]
/
tests
/
testprec.h
diff --git
a/tests/testprec.h
b/tests/testprec.h
index 03e470a4bcf26006e6272dfb426ff05ae04a13c8..0005f5bb3ea42d75eac92fa78e615e0216cc4980 100644
(file)
--- a/
tests/testprec.h
+++ b/
tests/testprec.h
@@
-126,6
+126,8
@@
extern void SetProcessEventFunc(ProcessEventFunc func);
extern bool IsNetworkAvailable();
+extern bool IsAutomaticTest();
+
// Helper class setting the locale to the given one for its lifetime.
class LocaleSetter
{