summaryrefslogtreecommitdiff
path: root/salhelper/test/rtti/rttitest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/test/rtti/rttitest.cxx')
-rw-r--r--salhelper/test/rtti/rttitest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/test/rtti/rttitest.cxx b/salhelper/test/rtti/rttitest.cxx
index 37fadade3a25..d50ce849698c 100644
--- a/salhelper/test/rtti/rttitest.cxx
+++ b/salhelper/test/rtti/rttitest.cxx
@@ -21,7 +21,7 @@
#include <typeinfo>
#include "samplelibrtti.hxx"
-int main( void )
+int main()
{
MyClassB b;
MyClassA* pA= &b;