add header guards
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@722 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#ifndef _MEDIA_T_LIST_H
|
||||||
|
#define _MEDIA_T_LIST_H
|
||||||
|
|
||||||
template<class value> class List
|
template<class value> class List
|
||||||
{
|
{
|
||||||
@@ -38,3 +40,4 @@ private:
|
|||||||
int count;
|
int count;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // _MEDIA_T_LIST_H
|
||||||
|
|||||||
Reference in New Issue
Block a user