From 31e5334f6cbdc8e05cd8231220ab59a4f909eef3 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 21 Sep 2015 11:23:16 +0000 Subject: [PATCH] --- contrib/mobile/iOS/Onelab/ModelListController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mobile/iOS/Onelab/ModelListController.h b/contrib/mobile/iOS/Onelab/ModelListController.h index fea68ab008..0f02d299c0 100644 --- a/contrib/mobile/iOS/Onelab/ModelListController.h +++ b/contrib/mobile/iOS/Onelab/ModelListController.h @@ -8,7 +8,7 @@ NSMutableArray *models; NSString *currentElement; NSMutableString *currentElementValue; - NSString *currentDir; + NSString *currentDir; NSString *selectedModel; } @property (nonatomic, retain) EAGLView *glView; -- GitLab