Skip to content

Commit

Permalink
BUG: Corrected forward declaration (mantis #192)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed May 23, 2011
1 parent 6b66937 commit 74bae34
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ namespace Foam

// Forward declaration of friend functions and operators

class lduScheduleEntry;
struct lduScheduleEntry;
Ostream& operator<<(Ostream& os, const lduScheduleEntry& lb);


Expand Down

0 comments on commit 74bae34

Please sign in to comment.