stuff
This commit is contained in:
parent
9727f9a6c1
commit
2935369e06
@ -58,7 +58,7 @@ enum {
|
||||
/* Properties.
|
||||
*/
|
||||
enum {
|
||||
PROP_NICKNAME, /* Class properties as object props */
|
||||
PROP_NICKNAME = 1,/* Class properties as object props */
|
||||
PROP_DESCRIPTION,
|
||||
PROP_LAST
|
||||
};
|
||||
|
@ -131,7 +131,7 @@
|
||||
/* Properties.
|
||||
*/
|
||||
enum {
|
||||
PROP_SHARPENING,
|
||||
PROP_SHARPENING = 1,
|
||||
PROP_LAST
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user