diff options
Diffstat (limited to 'cpp/test/Ice/custom/TestI.h')
-rw-r--r-- | cpp/test/Ice/custom/TestI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/custom/TestI.h b/cpp/test/Ice/custom/TestI.h index e57bdb6f878..0ab2a1e81ac 100644 --- a/cpp/test/Ice/custom/TestI.h +++ b/cpp/test/Ice/custom/TestI.h @@ -12,7 +12,7 @@ #include <Test.h> -class TestIntfI : virtual public Test::TestIntf +class TestIntfI : public virtual Test::TestIntf { public: |