Skip to content

Commit

Permalink
use FCITX_ADDON_FACTORY_V2
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Dec 28, 2024
1 parent 7026488 commit c4c3397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/fcitx5/mozc_engine_factory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ class MozcEngineFactory : public AddonFactory {
};
} // namespace fcitx

FCITX_ADDON_FACTORY(fcitx::MozcEngineFactory)
FCITX_ADDON_FACTORY_V2(mozc, fcitx::MozcEngineFactory)

0 comments on commit c4c3397

Please sign in to comment.