Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix to r6188 to allow compilation
git-svn-id: http://svn.osgeo.org/qgis/trunk@6190 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Dec 5, 2006
1 parent a7c00ed commit fe096c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composer/qgscomposer.cpp
Expand Up @@ -557,7 +557,7 @@ void QgsComposer::on_mActionPrint_activated(void)
}
}

bool shiftFileContent ( QFile *file, Q_LONG start, int shift )
bool QgsComposer::shiftFileContent ( QFile *file, Q_LONG start, int shift )
{
int last = file->size() + shift -1;
for ( int i = last; i >= start + shift; i-- )
Expand Down

0 comments on commit fe096c0

Please sign in to comment.