Code cleanup
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
#ifndef SONGUPLOAD_H_
|
||||
#define SONGUPLOAD_H_
|
||||
|
||||
namespace type
|
||||
{
|
||||
enum class SongUpload
|
||||
{
|
||||
namespace type {
|
||||
enum class SongUpload {
|
||||
Successful = 0,
|
||||
AlreadyExist = 1,
|
||||
Failed = 2
|
||||
|
||||
Reference in New Issue
Block a user