]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/numsys.h
ICU-59180.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / numsys.h
index deeda2cabcde34dd33042ad71bd8d788ce82e069..41be4940ed420fb9d2504b80bc65cbc2c116391b 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 * Copyright (C) 2010-2014, International Business Machines Corporation and
@@ -37,6 +39,7 @@
 #include "unicode/format.h"
 #include "unicode/uobject.h"
 
+#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 /**
@@ -191,7 +194,7 @@ private:
 
     void setAlgorithmic(UBool algorithmic);
 
-    void setDesc(UnicodeString desc);
+    void setDesc(const UnicodeString &desc);
 
     void setName(const char* name);
 
@@ -201,6 +204,7 @@ private:
 };
 
 U_NAMESPACE_END
+#endif // U_SHOW_CPLUSPLUS_API
 
 #endif /* #if !UCONFIG_NO_FORMATTING */