aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flattr.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-10-28 04:02:11 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-10-28 04:02:11 +0000
commitb196f48d32e04274f98baf06fbd981cd9f60d0a0 (patch)
treedd04d1d2e13c2ed562ab8f03036c252383a921bf /externals/grill/flext/source/flattr.cpp
parentd417beb73087b6b39bc6a8c0321a589ea4bf3cac (diff)
autoconf files by Tim Blechmann
changes for OSX added required autoconf files svn path=/trunk/; revision=2183
Diffstat (limited to 'externals/grill/flext/source/flattr.cpp')
-rw-r--r--externals/grill/flext/source/flattr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flattr.cpp b/externals/grill/flext/source/flattr.cpp
index b40a5807..f4036949 100644
--- a/externals/grill/flext/source/flattr.cpp
+++ b/externals/grill/flext/source/flattr.cpp
@@ -120,7 +120,7 @@ void flext_base::ListAttrib(AtomList &la) const
}
}
- la(list[0].size()+list[1].size());
+ la((int)(list[0].size()+list[1].size()));
int ix = 0;
AttrList::iterator it;
for(i = 0; i <= 1; ++i)