diff options
Diffstat (limited to '')
-rw-r--r-- | libpit/Source/libpit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpit/Source/libpit.h b/libpit/Source/libpit.h index c7bfe8b..2001407 100644 --- a/libpit/Source/libpit.h +++ b/libpit/Source/libpit.h @@ -69,7 +69,8 @@ namespace libpit enum { kAttributeWrite = 1, - kAttributeSTL = 1 << 1 + kAttributeSTL = 1 << 1/*, + kAttributeBML = 1 << 2*/ // ??? }; enum |