aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/QueryKit/Source/QKQueryOrderBy.m
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/QueryKit/Source/QKQueryOrderBy.m')
-rw-r--r--Frameworks/QueryKit/Source/QKQueryOrderBy.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Frameworks/QueryKit/Source/QKQueryOrderBy.m b/Frameworks/QueryKit/Source/QKQueryOrderBy.m
index 36b43248..389868ae 100644
--- a/Frameworks/QueryKit/Source/QKQueryOrderBy.m
+++ b/Frameworks/QueryKit/Source/QKQueryOrderBy.m
@@ -32,8 +32,8 @@
@implementation QKQueryOrderBy
-@synthesize _orderByField;
-@synthesize _orderByDescending;
+@synthesize orderByField = _orderByField;
+@synthesize orderByDescending = _orderByDescending;
#pragma mark -
#pragma mark Initialisation