New feature to allow to register components with different names for same class:...
[anna.git] / source / app / Application.cpp
index 003f7ed..d4a9570 100644 (file)
@@ -82,7 +82,6 @@ app::Application::Application(const char* shortName, const char* title, const ch
 app::Component* app::Application::find(const char* className)
 throw() {
   Component* component;
-
   for(iterator ii = begin(), maxii = end(); ii != maxii; ii ++) {
     component = Application::component(ii);