diff --git a/headers/private/app/LooperList.h b/headers/private/app/LooperList.h index 7bdc8244e4..49686280bc 100644 --- a/headers/private/app/LooperList.h +++ b/headers/private/app/LooperList.h @@ -52,6 +52,7 @@ private: BLooper* looper; }; + typedef std::vector::iterator LooperDataIterator; struct FindLooperPred { FindLooperPred(const BLooper* loop) : looper(loop) {} bool operator()(LooperData& Data); diff --git a/src/kits/app/LooperList.cpp b/src/kits/app/LooperList.cpp index e27460a646..98902fcad1 100644 --- a/src/kits/app/LooperList.cpp +++ b/src/kits/app/LooperList.cpp @@ -25,8 +25,6 @@ namespace BPrivate { BLooperList gLooperList; -typedef vector::iterator LooperDataIterator; - BLooperList::BLooperList() :