Skip to content

Commit

Permalink
Annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Sep 4, 2024
1 parent 10e1a3b commit d679ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/votingFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

--- @type RCLootCouncil
local addon = select(2, ...)
--- @class RCVotingFrame : AceTimer-3.0, AceEvent-3.0, AceBucket-3.0
--- @class RCVotingFrame : AceModule, AceTimer-3.0, AceEvent-3.0, AceBucket-3.0
local RCVotingFrame = addon:NewModule("RCVotingFrame", "AceTimer-3.0", "AceEvent-3.0", "AceBucket-3.0")
local LibDialog = LibStub("LibDialog-1.1")
--- @type RCLootCouncilLocale
Expand Down

0 comments on commit d679ecb

Please sign in to comment.