summaryrefslogtreecommitdiff
path: root/include/Handle.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-30 00:03:10 +0000
committerPixel <Pixel>2001-11-30 00:03:10 +0000
commit68aeaf14ea2bc388b3d3c5d195fd3f5e983576c0 (patch)
treee776a0f936b7413b184ce34e205f4aca27f62b62 /include/Handle.h
parent23d91060b557f77fc37e629a168ca810cd66a364 (diff)
Debugging...
Diffstat (limited to 'include/Handle.h')
-rw-r--r--include/Handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Handle.h b/include/Handle.h
index 21d6780..45a9432 100644
--- a/include/Handle.h
+++ b/include/Handle.h
@@ -44,7 +44,7 @@ class Handle : public Base {
void close();
int GetHandle();
virtual bool CanWatch();
-
+ virtual void Dup(const Handle &);
protected:
Handle(int h);
private: