diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.h')
-rw-r--r-- | cpp/test/Ice/exceptions/TestI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.h b/cpp/test/Ice/exceptions/TestI.h index c0014dae7ed..d9431a47c64 100644 --- a/cpp/test/Ice/exceptions/TestI.h +++ b/cpp/test/Ice/exceptions/TestI.h @@ -12,7 +12,7 @@ #include <Test.h> -class ThrowerI : public Thrower +class ThrowerI : public Test::Thrower { public: |