You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bh...@apache.org on 2012/01/23 13:58:48 UTC

svn commit: r1234770 - /uima/uimacpp/trunk/src/framework/uima/unistrref.hpp

Author: bhavani
Date: Mon Jan 23 12:58:48 2012
New Revision: 1234770

URL: http://svn.apache.org/viewvc?rev=1234770&view=rev
Log:
UIMA-2356 fixed compile error

Modified:
    uima/uimacpp/trunk/src/framework/uima/unistrref.hpp

Modified: uima/uimacpp/trunk/src/framework/uima/unistrref.hpp
URL: http://svn.apache.org/viewvc/uima/uimacpp/trunk/src/framework/uima/unistrref.hpp?rev=1234770&r1=1234769&r2=1234770&view=diff
==============================================================================
--- uima/uimacpp/trunk/src/framework/uima/unistrref.hpp (original)
+++ uima/uimacpp/trunk/src/framework/uima/unistrref.hpp Mon Jan 23 12:58:48 2012
@@ -111,9 +111,7 @@ namespace uima {
     ///Assignment operator
     UnicodeStringRef & operator=( UnicodeStringRef const & crclRHS );
 
-	///Index operator
-    inline UChar operator[]( int32_t offset ) const;
-	///Equality operator
+    ///Equality operator
     int operator==( const UnicodeStringRef & crclRHS ) const;
     ///Inequality operator
     int operator!=( const UnicodeStringRef & crclRHS ) const;