Skip to content

Commit

Permalink
Fix -Wmismatched-tags in deeplearning/
Browse files Browse the repository at this point in the history
Reviewed By: meyering

Differential Revision: D65962264

fbshipit-source-id: 7b3c3e5d3ac7022e68c98152906559c8918c4d54
  • Loading branch information
r-barnes authored and facebook-github-bot committed Nov 14, 2024
1 parent 7d782f4 commit 41b634a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flashlight/lib/text/decoder/lm/KenLM.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
namespace lm {
namespace base {

struct Vocabulary;
struct Model;
class Vocabulary;
class Model;

} // namespace base
namespace ngram {

struct State;
class State;

} // namespace ngram
} // namespace lm
Expand Down

0 comments on commit 41b634a

Please sign in to comment.