Skip to content
Snippets Groups Projects
Commit 0792817d authored by mkaply%us.ibm.com's avatar mkaply%us.ibm.com
Browse files

per wtc, PR_CALLBACK_DECL shouldn't be used anymore - just use PR_CALLBACK

parent da30c222
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ protected:
void UpdateCharSet(const PRUnichar* aCharSet);
private:
static int PR_CALLBACK_DECL PrefChangedCallback(const char*, void*);
static int PR_CALLBACK PrefChangedCallback(const char*, void*);
void PreferenceChanged(const char* aPrefName);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment