summaryrefslogtreecommitdiff
path: root/sql/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/structs.h')
-rw-r--r--sql/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/structs.h b/sql/structs.h
index c7af86ee6a5..8728dee1918 100644
--- a/sql/structs.h
+++ b/sql/structs.h
@@ -847,6 +847,8 @@ public:
class Timeval: public timeval
{
+protected:
+ Timeval() { }
public:
Timeval(my_time_t sec, ulong usec)
{