summaryrefslogtreecommitdiff
path: root/i/marvin/src/proto/proto.hh
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/proto/proto.hh')
-rw-r--r--i/marvin/src/proto/proto.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/src/proto/proto.hh b/i/marvin/src/proto/proto.hh
index 8979a3d..340b1fb 100644
--- a/i/marvin/src/proto/proto.hh
+++ b/i/marvin/src/proto/proto.hh
@@ -108,7 +108,7 @@ class Proto : public NonCopyable
/// fonction bloquante, n'utiliser que pour les tests.
bool wait (int timeout = -1);
/// Récupère le File Descriptor
- int getFd(void);
+ int getFd(void) const;
public:
/// Les clients de Proto doivent dériver de Receiver.