summaryrefslogtreecommitdiff
path: root/jvmaccess
diff options
context:
space:
mode:
Diffstat (limited to 'jvmaccess')
-rw-r--r--jvmaccess/workbench/exceptiontest1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmaccess/workbench/exceptiontest1.cxx b/jvmaccess/workbench/exceptiontest1.cxx
index 981fc1c5d033..adc2db719ff4 100644
--- a/jvmaccess/workbench/exceptiontest1.cxx
+++ b/jvmaccess/workbench/exceptiontest1.cxx
@@ -31,7 +31,7 @@ int main()
{
jvmaccess::VirtualMachine::AttachGuard aGuard(0);
}
- catch (jvmaccess::VirtualMachine::AttachGuard::CreationException &)
+ catch (jvmaccess::VirtualMachine::AttachGuard::CreationException&)
{
std::cout << "Exception caught" << std::endl;
}