diff options
Diffstat (limited to 'src/Widget.hpp')
-rw-r--r-- | src/Widget.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Widget.hpp b/src/Widget.hpp index 56eb6d8..fa340bf 100644 --- a/src/Widget.hpp +++ b/src/Widget.hpp @@ -1,6 +1,6 @@ /* This file is part of Patchage * Copyright (C) 2007 Dave Robillard <http://drobilla.net> - * + * * Patchage is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) @@ -41,6 +41,6 @@ public: private: W* _me; }; - + #endif // PATCHAGE_WIDGET_HPP |