Namespace fix.
base/timebuf.hh:
namespace fix.
--HG--
extra : convert_revision : 38e880b9394cf2923e2fb9775368cd93d719f950
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
template <class T>
|
||||
class TimeBuffer
|
||||
{
|
||||
@@ -42,7 +40,7 @@ class TimeBuffer
|
||||
int size;
|
||||
|
||||
char *data;
|
||||
vector<char *> index;
|
||||
std::vector<char *> index;
|
||||
int base;
|
||||
|
||||
void valid(int idx)
|
||||
|
||||
Reference in New Issue
Block a user