Skip to content

Commit

Permalink
Make ZippedAssetPackage 'directors'-enabled class that can be extende…
Browse files Browse the repository at this point in the history
…d by the user code.
  • Loading branch information
mtehver committed Jan 14, 2019
1 parent bbc536f commit 6dddac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/modules/utils/ZippedAssetPackage.i
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _ZIPPEDASSETPACKAGE_I
#define _ZIPPEDASSETPACKAGE_I

%module ZippedAssetPackage
%module(directors="1") ZippedAssetPackage

!proxy_imports(carto::ZippedAssetPackage, core.BinaryData, core.StringVector, utils.AssetPackage)

Expand Down

0 comments on commit 6dddac5

Please sign in to comment.