diff options
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: menu.h 110 2008-01-06 23:32:09Z tom $ + * $Id: menu.h 111 2008-01-07 00:04:25Z tom $ */ #ifndef VDR_SUDOKU_MENU_H @@ -47,6 +47,7 @@ namespace SudokuPlugin Bitmap* info; const char* infoText; bool new_puzzle_request; + const cFont* maxi_font; const cFont* mini_font; public: |