File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ extern "C" {
307
307
class ExternClass
308
308
{
309
309
ExternClass ();
310
- }
310
+ };
311
311
};
312
312
313
313
// Bug 3514671
@@ -502,14 +502,14 @@ class BlueJay : public Bird, public virtual Food
502
502
class Pea : public Vegetable <Green>
503
503
{
504
504
int i;
505
- }
505
+ };
506
506
507
507
508
508
// Bug 3567172
509
509
class Pear
510
510
{
511
511
enum Stem stem_property;
512
- }
512
+ };
513
513
514
514
// Bug 3567854 and 3568241
515
515
struct Beans
@@ -572,7 +572,7 @@ class ClassAfterMagicMacro
572
572
{
573
573
public:
574
574
ClassAfterMagicMacro ();
575
- }
575
+ };
576
576
577
577
// Bug BitBucket #4
578
578
typedef unsigned int uint;
@@ -583,7 +583,7 @@ typedef std::map<std::string, std::string> StrStrMap;
583
583
class AfterTypedefClass
584
584
{
585
585
public:
586
- }
586
+ };
587
587
588
588
// Bug BitBucket #5
589
589
class Herb
@@ -633,7 +633,7 @@ class Plumb
633
633
class Peach * Plumb::myMethod ( class Peach * pInPtr )
634
634
{
635
635
return pInPtr;
636
- }
636
+ };
637
637
638
638
// Bug BitBucket #9
639
639
class Grape
@@ -667,7 +667,7 @@ class Hen
667
667
public:
668
668
void add (int a=100 , b=0xfd , float c=1.7e-3 , float d=3.14 );
669
669
void join (string s1=" " , string s2=" nothing" );
670
- }
670
+ };
671
671
672
672
// Bug BitBucket #19
673
673
template <typename VALUE,
You can’t perform that action at this time.
0 commit comments