Skip to content

Commit

Permalink
Marked LibsndfileFormat with [Flags] attribute. Not necessary, but mo…
Browse files Browse the repository at this point in the history
…st of the time, the format will be used in bitwise-or computations.
  • Loading branch information
ahawker committed Mar 3, 2012
1 parent 12e8bc7 commit fbb8f88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/NLibsndfile.Native/Types/LibsndfileFormat.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
namespace NLibsndfile.Native
using System;

namespace NLibsndfile.Native
{
[Flags]
public enum LibsndfileFormat : uint
{
/* Major formats. */
Expand Down

0 comments on commit fbb8f88

Please sign in to comment.