diff options
-rw-r--r-- | src/web-view.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/web-view.h b/src/web-view.h index b8c498d..36c5638 100644 --- a/src/web-view.h +++ b/src/web-view.h @@ -19,6 +19,9 @@ * along with Marquee. If not, see <http://www.gnu.org/licenses/>. */ +typedef struct _MqWebView MqWebView; +typedef struct _MqWebViewClass MqWebViewClass; + #ifndef MQ_WEB_VIEW_H #define MQ_WEB_VIEW_H @@ -45,9 +48,6 @@ G_BEGIN_DECLS #define MQ_WEB_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), \ MQ_TYPE_WEB_VIEW, MqWebViewClass)) -typedef struct _MqWebView MqWebView; -typedef struct _MqWebViewClass MqWebViewClass; - GType mq_web_view_get_type(void); |