X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=activex%2Futils.h;h=5e8bea5f3e27a3bf08cf09a8e852b3a817e430a3;hb=906a3bfe403f64a3f9689148ffac9975feee2698;hp=5b5cbf6dddf0e64fed58c929d8c5bb06dde07fd1;hpb=ebf11a99f39516669dbf9f48d9b6457311954491;p=vlc diff --git a/activex/utils.h b/activex/utils.h index 5b5cbf6ddd..5e8bea5f3e 100644 --- a/activex/utils.h +++ b/activex/utils.h @@ -46,7 +46,7 @@ extern LPWSTR CombineURL(LPCWSTR baseUrl, LPCWSTR url); /**************************************************************************************************/ /* this function object is used to dereference the iterator into a value */ -template +template struct VLCDereference { T operator()(const Iterator& i) const @@ -55,7 +55,7 @@ struct VLCDereference }; }; -template > +template > class VLCEnumIterator : public Enumerator {