aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/dev_random/dev_random.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entropy/dev_random/dev_random.h')
-rw-r--r--src/entropy/dev_random/dev_random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/dev_random/dev_random.h b/src/entropy/dev_random/dev_random.h
index 4386db7fe..d74412b27 100644
--- a/src/entropy/dev_random/dev_random.h
+++ b/src/entropy/dev_random/dev_random.h
@@ -29,7 +29,7 @@ class Device_EntropySource : public EntropySource
private:
typedef int fd_type;
- std::vector<fd_type> devices;
+ std::vector<fd_type> m_devices;
};
}