Skip to content

Commit fe096c0

Browse files
author
g_j_m
committedDec 5, 2006
Fix to r6188 to allow compilation
git-svn-id: http://svn.osgeo.org/qgis/trunk@6190 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a7c00ed commit fe096c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/composer/qgscomposer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ void QgsComposer::on_mActionPrint_activated(void)
557557
}
558558
}
559559

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

0 commit comments

Comments
 (0)
Please sign in to comment.