diff options
Diffstat (limited to 'embed/mozilla/GeckoPrintSession.h')
-rw-r--r-- | embed/mozilla/GeckoPrintSession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/GeckoPrintSession.h b/embed/mozilla/GeckoPrintSession.h index 4b06a9f04..39d62554f 100644 --- a/embed/mozilla/GeckoPrintSession.h +++ b/embed/mozilla/GeckoPrintSession.h @@ -85,7 +85,7 @@ class GeckoPrintSession : public nsIPrintSession, PRPackedBool mCancelled; void SetProgress (PRInt32, PRInt32); - void SetProgressText (const char *); void LaunchJob (); + void SetProgressText (const char *); void LaunchJobOnIdle (); void DestroyJob (); }; |