Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TH/THRandom.h')
-rw-r--r--lib/TH/THRandom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TH/THRandom.h b/lib/TH/THRandom.h
index dd84a2b..28a14c0 100644
--- a/lib/TH/THRandom.h
+++ b/lib/TH/THRandom.h
@@ -25,7 +25,7 @@ typedef struct THGenerator {
#define torch_Generator "torch.Generator"
/* Manipulate THGenerator objects */
-TH_API THGenerator * THGenerator_new();
+TH_API THGenerator * THGenerator_new(void);
TH_API THGenerator * THGenerator_copy(THGenerator *self, THGenerator *from);
TH_API void THGenerator_free(THGenerator *gen);