diff options
Diffstat (limited to 'src/core/user_script.h')
-rw-r--r-- | src/core/user_script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/user_script.h b/src/core/user_script.h index 5ad53fdc1..8f65f4b74 100644 --- a/src/core/user_script.h +++ b/src/core/user_script.h @@ -63,7 +63,7 @@ namespace QtWebEngineCore { class UserResourceControllerHost; -class QWEBENGINECORE_PRIVATE_EXPORT UserScript : public QSharedData { +class Q_WEBENGINECORE_PRIVATE_EXPORT UserScript : public QSharedData { public: enum InjectionPoint { AfterLoad, |