From 3af0c3ad63437ac53f5e2832a22e21a8790686f5 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 30 Apr 2014 01:40:10 +1000 Subject: Minor code clean up. --- libpit/Source/libpit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpit') 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 -- cgit v1.1