Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
escoz committed Aug 23, 2013
1 parent 2d7118d commit fe91be4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quickdialog/QuickDialogController.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ + (QuickDialogController *)buildControllerWithClass:(Class)controllerClass root:

+ (QuickDialogController *)controllerForRoot:(QRootElement *)root {
Class controllerClass = [self controllerClassForRoot:root];
if (controllerClass==nil)
NSLog(@"Couldn't find a class for name %@", root.controllerName);
return [((QuickDialogController *)[controllerClass alloc]) initWithRoot:root];
}

Expand Down

0 comments on commit fe91be4

Please sign in to comment.