summaryrefslogtreecommitdiff
path: root/src/swfmoz_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/swfmoz_loader.h')
-rw-r--r--src/swfmoz_loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/swfmoz_loader.h b/src/swfmoz_loader.h
index d1c4e25..177f39e 100644
--- a/src/swfmoz_loader.h
+++ b/src/swfmoz_loader.h
@@ -40,7 +40,7 @@ struct _SwfmozLoader
{
SwfdecLoader parent;
- NPP instance; /* instance we belong to */
+ NPP * instance; /* pointer to instance we belong to or to NULL if we don't belong to any instance */
NPStream * stream; /* stream we do or NULL if not created yet */
gboolean initial; /* we are the initial loader */