]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/SGSmplhist.hxx
Remove stray ';'
[simgear.git] / simgear / structure / SGSmplhist.hxx
index 67a9928c4102fe7a82e332a290963c3695a86929..d919803748b666f4e5ef915bfbf5cf5fecc8e381 100644 (file)
@@ -55,7 +55,7 @@ public:
 inline int SampleHistogram::buckets ()
 {
   return (howManyBuckets);
-};
+}
 
 inline double SampleHistogram::bucketThreshold (int i)
 {