diff options
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 638bd241ce..cb10ad3661 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -198,7 +198,7 @@ private: bool mSecondInstance; // Is this a second instance of the app? std::string mMarkerFileName; - apr_file_t* mMarkerFile; // A file created to indicate the app is running. + LLAPRFile mMarkerFile; // A file created to indicate the app is running. std::string mLogoutMarkerFileName; apr_file_t* mLogoutMarkerFile; // A file created to indicate the app is running. |