diff options
author | Mariusz Dykierek <mariuszdykierek@gmail.com> | 2012-02-17 15:22:46 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-17 15:22:46 +0000 |
commit | b8f007d05250258a8d8b5113298867f142af6e09 (patch) | |
tree | cf25149d5bb0ce4d9e05110e94892a8900bd32de /io | |
parent | df69ab8a803f87c85d516bcfcc544c19c94ade85 (diff) |
remove extraneous qualifiers that break some compilers
Diffstat (limited to 'io')
-rw-r--r-- | io/test/stm/datatest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx index 47b77697500e..4504403a4231 100644 --- a/io/test/stm/datatest.cxx +++ b/io/test/stm/datatest.cxx @@ -668,8 +668,8 @@ public: private: - void OObjectStreamTest::testObject( const Reference <XObjectOutputStream > &rOut, - const Reference <XObjectInputStream> &rIn ); + void testObject( const Reference <XObjectOutputStream > &rOut, + const Reference <XObjectInputStream> &rIn ); private: }; |