From 43a23a2de62e0c70cd1d477cb1b29fc48ffd8ce6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 4 May 2007 15:41:04 +0000 Subject: [PATCH] the usual "daily unbreak compilation" svn path=/trunk/KDE/kdegraphics/okular/; revision=661101 --- core/document.cpp | 2 +- generators/dvi/TeXFont.h | 4 ++-- ui/thumbnaillist.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/document.cpp b/core/document.cpp index ba7139a12..906906de5 100644 --- a/core/document.cpp +++ b/core/document.cpp @@ -66,7 +66,7 @@ struct AllocatedPixmap int page; int memory; // public constructor: initialize data - AllocatedPixmap( int i, int p, int m ) : id( i ), page( p ), memory( m ) {}; + AllocatedPixmap( int i, int p, int m ) : id( i ), page( p ), memory( m ) {} }; struct RunningSearch diff --git a/generators/dvi/TeXFont.h b/generators/dvi/TeXFont.h index 28a58b5ba..4b89e8665 100644 --- a/generators/dvi/TeXFont.h +++ b/generators/dvi/TeXFont.h @@ -19,7 +19,7 @@ class TeXFont { { parent = _parent; errorMessage.clear(); - }; + } virtual ~TeXFont(); @@ -27,7 +27,7 @@ class TeXFont { { for(unsigned int i=0; i