X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_bright%2Fbrighttheme.h;h=348769a04e227c0615a2db1ec95bad7b49413aba;hb=bd0694fcee6080ec61e243ac6f278be5a48d564b;hp=bba44e50db91b438d806559b1ebec9a164e4c50c;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/theme_bright/brighttheme.h b/cinelerra-5.1/plugins/theme_bright/brighttheme.h index bba44e50..348769a0 100644 --- a/cinelerra-5.1/plugins/theme_bright/brighttheme.h +++ b/cinelerra-5.1/plugins/theme_bright/brighttheme.h @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2011 Adam Williams - * + * * This program 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 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef BRIGHTTHEME_H @@ -71,10 +71,10 @@ class BrightThemeMain : public PluginTClient public: BrightThemeMain(PluginServer *server); ~BrightThemeMain(); - + const char* plugin_title(); Theme* new_theme(); - + BrightTheme *theme; };