ICU-9305 C function prototype for uset_openEmpty() needs void-declared empty argument list
X-SVN-Rev: 31840
This commit is contained in:
parent
1971c167a3
commit
4905a493ef
@ -1,7 +1,7 @@
|
||||
/*
|
||||
*******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2002-2011, International Business Machines
|
||||
* Copyright (C) 2002-2012, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
*******************************************************************************
|
||||
@ -251,7 +251,7 @@ typedef struct USerializedSet {
|
||||
* @stable ICU 4.2
|
||||
*/
|
||||
U_STABLE USet* U_EXPORT2
|
||||
uset_openEmpty();
|
||||
uset_openEmpty(void);
|
||||
|
||||
/**
|
||||
* Creates a USet object that contains the range of characters
|
||||
|
Loading…
Reference in New Issue
Block a user