Skip to content

Commit

Permalink
Merge pull request #505 from csmith/master
Browse files Browse the repository at this point in the history
Make the OSD plugin work again.
  • Loading branch information
ShaneMcC committed Dec 31, 2016
2 parents ee6cf1f + 1338368 commit 1df47cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osd/src/main/java/com/dmdirc/addons/osd/OsdCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import com.dmdirc.ui.messages.StyledMessageUtils;

import javax.annotation.Nonnull;
import javax.inject.Inject;

/**
* The osd command shows an on screen message.
Expand All @@ -55,6 +56,7 @@ public class OsdCommand extends BaseCommand implements IntelligentCommand {
* @param controller The controller to use for command information.
* @param osdManager OSD Manager used to control OSD windows
*/
@Inject
public OsdCommand(final CommandController controller, final OsdManager osdManager) {
super(controller);

Expand Down

0 comments on commit 1df47cf

Please sign in to comment.