Use Bundle consistently (#70)
This commit is contained in:
committed by
GitHub
parent
c11d63ef2d
commit
68aa34ad14
@@ -5,9 +5,9 @@
|
||||
#include <string.h>
|
||||
#include <tactility_core.h>
|
||||
|
||||
static Bundle* preferences_bundle;
|
||||
static Bundle preferences_bundle;
|
||||
|
||||
static Bundle* get_preferences_bundle() {
|
||||
static Bundle get_preferences_bundle() {
|
||||
if (preferences_bundle == NULL) {
|
||||
preferences_bundle = tt_bundle_alloc();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user